internal/sync.HashTrieMap.iter (method)
2 uses
internal/sync (current package)
hashtriemap.go#L498: func (ht *HashTrieMap[K, V]) iter(i *indirect[K, V], yield func(key K, value V) bool) bool {
hashtriemap.go#L505: if !ht.iter(n.indirect(), yield) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)